1 '------------------------------------------------------------------------------
3 ' This code was generated by a tool.
4 ' Runtime Version:4.0.30319.42000
6 ' Changes to this file may cause incorrect behavior and will be lost if
7 ' the code is regenerated.
9 '------------------------------------------------------------------------------
16 <Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
17 Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0"), _
18 Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
19 Partial Friend NotInheritable Class MySettings
20 Inherits Global.System.Configuration.ApplicationSettingsBase
22 Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
24 #Region "My.Settings Auto-Save Functionality"
25 #If _MyType = "WindowsForms" Then
26 Private Shared addedHandler As Boolean
28 Private Shared addedHandlerLockObject As New Object
30 <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
31 Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs)
32 If My.Application.SaveMySettingsOnExit Then
39 Public Shared ReadOnly Property [Default]() As MySettings
42 #If _MyType = "WindowsForms" Then
43 If Not addedHandler Then
44 SyncLock addedHandlerLockObject
45 If Not addedHandler Then
46 AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
52 Return defaultInstance
56 <Global.System.Configuration.ApplicationScopedSettingAttribute(), _
57 Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
58 Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString), _
59 Global.System.Configuration.DefaultSettingValueAttribute("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\LogIn_Information.md"& _
61 Public ReadOnly Property LogIn_InformationConnectionString() As String
63 Return CType(Me("LogIn_InformationConnectionString"),String)
67 <Global.System.Configuration.ApplicationScopedSettingAttribute(), _
68 Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
69 Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString), _
70 Global.System.Configuration.DefaultSettingValueAttribute("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\NEA.mdb")> _
71 Public ReadOnly Property NEAConnectionString() As String
73 Return CType(Me("NEAConnectionString"),String)
77 <Global.System.Configuration.ApplicationScopedSettingAttribute(), _
78 Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
79 Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString), _
80 Global.System.Configuration.DefaultSettingValueAttribute("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=""E:\Visual Studio\NEA v4\NEA.mdb""")> _
81 Public ReadOnly Property NEAConnectionString1() As String
83 Return CType(Me("NEAConnectionString1"),String)
87 <Global.System.Configuration.ApplicationScopedSettingAttribute(), _
88 Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
89 Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString), _
90 Global.System.Configuration.DefaultSettingValueAttribute("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=""E:\Visual Studio\NEA v4\NEA.accdb"""& _
92 Public ReadOnly Property NEAConnectionString_accdb() As String
94 Return CType(Me("NEAConnectionString_accdb"),String)
101 <Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
102 Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
103 Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
104 Friend Module MySettingsProperty
106 <Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
107 Friend ReadOnly Property Settings() As Global.NEA.MySettings
109 Return Global.NEA.MySettings.Default